Data stored in the database should be used as a backup for display.
True
False
An abstraction layer providing data access methods that hide the source from the caller is a..
Repository
Database
Domain
None of the above
The general computer science term representing data stored for future is use is __.
Memory
Cache
Disk storage
An abstraction layer that provides a controlled model for data provided from a network source is..
The Android API that handles background operations at a system-level outside of the application lifecycle.
Work
WorkManager
The __ method of a Worker defines the specific tasks to be run as part of a background operation.
doWork
doInBackground
onBackgroundTask
Background operations handled by Android will run at precise intervals defined as part of the PeriodicWork.
PeriodicWork
A _ prevents background tasks from being run while the device is in active use.
Filter
Constraint
Rule